From: Dan Nicolaescu Date: Mon, 15 Nov 2010 06:27:41 +0000 (-0800) Subject: * src/process.c: Include unconditionally, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5652 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=abe043692b81ec52c28c3a91707df0b27363bddf;p=emacs.git * src/process.c: Include unconditionally, keyboard.c already does it. --- diff --git a/src/ChangeLog b/src/ChangeLog index 062b072cfd4..b49e24969bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-11-15 Dan Nicolaescu + * process.c: Include unconditionally, + keyboard.c already does it. + * keyboard.c (pending_malloc_warning): Add const to match definition in alloc.c. (Fset_input_interrupt_mode): Simplify #ifdefs. diff --git a/src/process.c b/src/process.c index e1515065957..c38b94a9cb1 100644 --- a/src/process.c +++ b/src/process.c @@ -56,12 +56,10 @@ along with GNU Emacs. If not, see . */ #endif #endif -#if defined(HAVE_SYS_IOCTL_H) #include #if defined(HAVE_NET_IF_H) #include #endif /* HAVE_NET_IF_H */ -#endif /* HAVE_SYS_IOCTL_H */ #ifdef NEED_BSDTTY #include